From: Mark Brown Date: Mon, 8 Oct 2012 22:55:43 +0000 (+0000) Subject: netdev/phy: Prototype of_mdio_find_bus() X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~10187^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=4085a7f0a09c73ef3e9de113c9f04d78c79be645;p=linux-4.9.git netdev/phy: Prototype of_mdio_find_bus() Ensure that of_mdio_find_bus() matches the prototype in the header (and stop sparse complaining) by including the header with the prototype. Signed-off-by: Mark Brown Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/mdio_bus.c b/drivers/net/phy/mdio_bus.c index 170eb411ab5d..c1ef3000ea60 100644 --- a/drivers/net/phy/mdio_bus.c +++ b/drivers/net/phy/mdio_bus.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include